home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0329.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  2.9 KB  |  73 lines

  1.  
  2. > Date: Tue, 10 Nov 92 19:23:12 CST
  3. > From: Dan Connolly <connolly@pixel.convex.com>
  4.  
  5. > I keep running across interesting bits of evidence that tell me that
  6. > indexes should be a type of link rather than a type of document.
  7.  
  8. > <dd><a HREF="wais://quake.think.com/INFO" INDEX=1>search</a>
  9. > <a HREF="wais://quake.think.com/directory-of-servers.src">describe</a>
  10.  
  11.  
  12. Dan,
  13.  
  14. If you found that most index documents are empty, then that was probably
  15. because you were in gopherspace -- in waisspace they all have descriptions.
  16.  
  17. [[even though as Ed points out the description lives in one place and the index  
  18. in another so it is dificult to know which address to use! On that point,
  19. ed, I chose to refer to the index as that is what actually MUST be available,
  20. when the source file is not essential, it is just icing on the cake]].
  21.  
  22. How about above instead of
  23.  
  24. > <dd><a HREF="wais://quake.think.com/INFO" INDEX=1>search</a>
  25.  
  26. using
  27.  
  28. > <dd><a HREF="wais://quake.think.com/INFO" RELATIONSHIP=SEARCHME>search</a>
  29.  
  30. This expresses that the type of relationship between the documents is
  31. that when you follow the link you should search the seocnd index. 
  32.  
  33.  
  34. An important addition is just a document-wide
  35. <LINK HREF="wais://quake.think.com/INFO" RELATIONSHIP=SEARCHME>
  36. empty element which makes a document searchable, directing seraches
  37. to a given index. Similarly  RELATIONSHIP=GLOSSARY would
  38. allow double-clicked words to be looked up in a remote glossary.
  39.  
  40. This would solve the problem with WAIS source files, in that their hypertext
  41. representation would have such a link to the index, so the source file itself
  42. appears searchable. There are lots of places where this would be neat.
  43.  
  44. We have been over this a little before.  Perhaps we should allow either
  45. option, as it is so checken-and-egg as a problem.
  46.  
  47. The argument for the W3 model is that often the user will want to search
  48. or not search a single index, and he doesn't want two operations: one to
  49. select the fact that he wants to search (click) and one to search
  50. (typetypetyepe return).  He just wants one.   After all,
  51. if he clicks on a gopher index link, what does he get? a serach panel.
  52. And what is the difference between that and a serachable document?
  53. Only speed of display. If the serachable document can come up as fast as
  54. a search panel, then there is no contest. If not, there is.
  55.  
  56. In the long term the search will become (if my philosophising of
  57. the oher day comes true) an instance of a class of search query, for which
  58. an editor will exist if the client supports it. So searches with
  59. toggle buttons and radio buttons and stuff will be possible,
  60. and a gopher serach and W3 search will be subclasses.
  61.  
  62. I feel that we are talking about optimising speed when the net is slow
  63. here. In general, I don't want to talk about a dictionary (search[1].
  64. describe[2]) I want to talk about a dictionary[3]. The former seems kinda
  65. messy. It just saves time given a slow network now...
  66.  
  67. Tim
  68.  
  69.  
  70.